home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / playing_with_fire.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(release).as
Text File  |  2010-05-15  |  198b  |  12 lines

  1. on(release){
  2.    if(_root.blnSFX)
  3.    {
  4.       _root.sndPing.play();
  5.    }
  6.    var nPlayers = 1;
  7.    var tid = 1;
  8.    var gid = 11;
  9.    loadVariablesNum("timesplayed.asp",0,"POST");
  10.    play();
  11. }
  12.